P+ - Toon Link - Action - 0x115 SpecialLw
Entry Script
- FrameSpeedModifier { multiplier: 0.75, unk: 0 }
- IntVariableSet { variable: RandomAccessInt (0x1), value: 478 }
- IntVariableSet { variable: RandomAccessInt(ThrowDataParam1), value: 479 }
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- CreateInterrupt { interrupt_id: Some(10146), action: Wait, requirement: (AnimationEnd) }
- CreateInterrupt { interrupt_id: Some(10147), action: Fall, requirement: (AnimationEnd) }
- loop Infinite times:
- if (OnGround)
- SetAirGround(6)
- UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(0)] }
- SetEdgeSlide(Unknown(2))
- Subroutine(0x1fe20)
- EnableInterrupt(10146)
- DisableInterrupt(10147)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetAirGround(10)
- UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(2)] }
- SetEdgeSlide(Airbourne)
- Subroutine(0x1fe78)
- DisableInterrupt(10146)
- EnableInterrupt(10147)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script